-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bump packages #10404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump packages #10404
Conversation
🦋 Changeset detectedLatest commit: e7bcbe4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- chalk - detect-indent - log-symbols - auto-bind
This reverts commit 7b79aaa.
1dc81ee
to
e7bcbe4
Compare
@@ -78,7 +78,6 @@ | |||
"devDependencies": { | |||
"@graphql-tools/merge": "9.0.6", | |||
"@parcel/watcher": "^2.1.0", | |||
"@types/debounce": "1.2.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debounce
v2 comes with types so we don't need this type package anymore 🕺
const jitiLoader = jiti('', { interopDefault: true }); | ||
return jitiLoader(filepath); | ||
const jitiLoader = createJiti(''); | ||
return jitiLoader.import(filepath, { default: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In [email protected]
, default: true
is the equivalent of interopDefault: true
Description
This PR bumps deps to next major versions:
These have lower risk so I'm grouping them together
Related #10218
Type of change
Please delete options that are not relevant.